td[class^='td'][width="70"] { width: 80px !important; }

/* SORT */
.header_cw + table, .header_completed + table, .header_onhold + table,
.header_dropped + table, .header_ptw + table {
	position: absolute;
	display: block;
	width: 50px !important; 
	margin-left: 60px;
	margin-top: -28px;
	z-index: 1;
}

.table_header:first-of-type { display: none !important; }

.table_headerLink {
	display: block;
	margin-left: 42px;
	width: 72px;
	font-size: 0;
	line-height: 24px;
}

@media only screen and (max-width: 1366px) {
	.header_cw + table, .header_completed + table, .header_onhold + table,
	.header_dropped + table, .header_ptw + table { margin-left: 44px; }
	.table_headerLink {
		margin-left: 28px;
		margin-top: 8px;
		width: 52px;
		line-height: 18px;
	}	
}